<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container {
  width: 100%;
  height: 100%;
}

.icon_list {
  width: 100vw;
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
}

.icon_detial {
  display: inline-block;
  margin: 0 5%;

}

.icon_list .icon_detial .uk-icon-image {
  width: 60px;
  height: 60px;
}

.icon_text {
  margin-top: 10px;
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.footer {
  height: auto !important;
}

.first1 {
  position: absolute;
  z-index: -999;
  width: 100%;
  height: 100%;
}

/* é¦–é¡µswiperåˆ†é¡µ */
.slogan * {
  color: #fff;
}
.swiper-pagination {
  color: #ccc;
  left: 3%;
  top: 50%;
  transform: translate(0, -50%);
}

.swiper-pagination-customs {
  margin: 30px;
  cursor: pointer;
}

.swiper-pagination-customs&gt;span {
  font-size: 20px;
  margin: 0 8px;
}

.swiper-pagination-customs-active {
  color: white;
  font-size: 22px;
}

.swiper-pagination-customs:hover {
  font-size: 22px;
  color: white;
}

/* è§£å†³æ–¹æ¡ˆslideåˆ†é¡µ */
.swiper-pagination-son {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 50px;
  text-align: center;
}

.swiper-pagination-son-point&gt;span {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 7px 0;
  border: 1px solid #fff;
  background: 0;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;

}

.swiper-pagination-son-point {
  position: relative;
  margin: 0 40px;
  text-align: center;
}

#swiper-pagination-son-active {
  width: 30px;
  background: #fff;
  border-radius: 10px;
}

.prev {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: 0;
  margin: 0;
  outline: 0;
  transform: rotate(45deg) skew(-5deg, -5deg);
}

.next {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: 0;
  margin: 0;
  outline: 0;
  transform: rotate(-45deg) skew(5deg, 5deg);
}

/* è§£å†³æ–¹æ¡ˆæ–‡å­— */
.son_slide_solution {
  color: white;
}
.swiper-slide:nth-of-type(2n+1) .son_slide_solution{
  text-align: right;
}
/* .swiper-slide:nth-of-type(2n+1) .son_slide_solution{
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translate(0, -50%);
  } */
.son_slide_solution p:nth-of-type(1){
  font-size: 3.5rem;
  margin-bottom: 54px;
}
.son_slide_solution p:nth-of-type(2){
  font-size: 1.5rem;
}
.son_slide_solution p:nth-of-type(3){
  font-size: 1rem;
}
.son_slide_solution .more_arr{
  margin-top: 120px;
}
/* æ–°é—»ç•Œé¢ */
.new {
  height: 25vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new .uk-container {
  width: 100%;
}

.toNews {
  cursor: pointer;
}

.news_left {
  font-size: 40px;
  min-width: 125px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #ccc;
}

.news_left span:last-of-type {
  margin-top: -16px;
  font-size: 30px;
}

.news_content {
  padding-left: 30px;
  width: 100%;
}

.news_content&gt;article&gt;div {
  padding: 6px 0;
}

.news_title {
  font-size: 1.2rem;
}

.content_hid {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new_arr {
  display: inline-block;
  text-align: center;
  width: 28px;
  border-radius: 6px;
  border: 1px solid black;
}

.new_arr&gt;span {
  margin: auto 0;
}

/* å…³äºŽæˆ‘ä»¬ */
.about-us {
  color: white;
  height: 75vh !important;
  overflow: hidden;
}

.about_left {
  float: left;
  height: 100%;
  width: 50%;
  background-color: rgba(79, 116, 146, 0.8);
  background-image: url('./../../image/background/aboutus.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.text {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  font-size: 30px;

}

.text span:first-of-type {
  margin-bottom: 30px;
}

.text em {
  font-size: 50px;
  color: white;
}

.more_arr {
  margin-top: 100px;
  font-size: 24px;

}

.more_arr .arr_line {
  left: 15px;
}

.about_right {
  float: left;
  height: 100%;
  width: 50vw;
}

/* åˆä½œä¼™ä¼´ */
.about_right .partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  float: left;
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-image: url('./../../image/background/partner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* èµ„è´¨è¯ä¹¦ */
.about_right .certificate {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  float: left;
  height: 50%;
  width: 100%;
  background: rgba(107, 76, 40, 0.5);
  background-image: url('./../../image/background/cert.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.about_right h1 {
  color: #fff;
}

#home-video {
  width: 100%;
  position: absolute;
  border: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}</pre></body></html>